ARM: VGIC: split up gic_dump_info() to cover virtual part separately
authorAndre Przywara <andre.przywara@linaro.org>
Tue, 6 Feb 2018 17:08:58 +0000 (17:08 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 8 Feb 2018 21:18:09 +0000 (13:18 -0800)
commitff9978602bb7457fad13f4319c28ef88dd581e3b
tree4d0c50903a329a388d1767d44eb843a8a52623b5
parent1651304100e5d56468a1229a706723ebd394aa0d
ARM: VGIC: split up gic_dump_info() to cover virtual part separately

Currently gic_dump_info() not only dumps the hardware state of the GIC,
but also the VGIC internal virtual IRQ lists.
Split the latter off and move it into gic-vgic.c to observe the abstraction.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/domain.c
xen/arch/arm/gic-vgic.c
xen/arch/arm/gic.c
xen/include/asm-arm/gic.h